Versions:

  • 0.1.0

KeraDB CLI 0.1.0, released by KeraDB, is an embedded NoSQL document database engine crafted in Rust for developers who need a lightweight, portable alternative to traditional server-based solutions. Packaged as a single executable and operating on a single-file database format, the tool behaves much like SQLite but stores JSON documents instead of relational rows, making it relevant to the Database & Developer Tools category. Collections within the file keep documents organized, while an automatically maintained primary-key index guarantees rapid lookups without manual schema design. The memory-safe Rust codebase ensures fast, crash-resistant performance, and the entire dataset travels as one file, simplifying backup, versioning, and deployment across laptops, CI nodes, or edge devices. Typical use cases include prototyping Node, Python, or Rust applications, powering CLI utilities that need structured local storage, running unit tests with disposable datasets, and embedding a zero-config datastore into desktop or server utilities. Interactive access is provided through both a REPL prompt and a scriptable command-line interface that supports insert, update, delete, and query operations on JSON objects. Because the project offers only one published version so far, version 0.1.0 represents the current and only release, yet its feature set is already sufficient for small-scale production workloads. KeraDB CLI is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: